Skip to content

Instantly share code, notes, and snippets.

@alirezarezvani
alirezarezvani / openclaw-gist-executive-workflows.md
Last active April 2, 2026 18:41
OpenClaw: The Operating System for People Who Actually Work — 25 prompts for founders, developers, and marketing managers. Soul setup, memory management, self-improvement, and workflow automation.

OpenClaw: 25 AI Automation Prompts for Founders, Developers & Marketing Managers

The complete OpenClaw setup guide: AI agent configuration, workflow automation, memory management, and self-improving AI assistant prompts for startups and SMEs.

By Reza Rezvani — CTO, startup founder, 22 years in engineering leadership. These aren't demos. These are production workflows I run daily. Copy-paste, answer a few questions, done.

Keywords: OpenClaw prompts, AI assistant setup, workflow automation, AI agent configuration, self-hosted AI, startup automation, SME workflow automation, AI memory management, Claude prompts, autonomous AI assistant, OpenClaw guide 2026


@mikaeldui
mikaeldui / CachyOS Kernel for Fedora with Secure Boot.md
Last active April 2, 2026 18:40
CachyOS Kernel for Fedora with Secure Boot

image

CachyOS Kernel for Fedora with Secure Boot

Did you just install kernel-cachyos and got hit by bad shim signature when booting? Me too. This is how I fixed it.

First, make sure you have Secure Boot with mokutil --sb-state.

Note, there's a second way of doing this by using sbctl, but I didn't want to wipe my Secure Boot keys.

Need help? Feel free to leave a comment below, contact me (@mikaeldui) on the CachyOS Discord, or send me an email.

@steipete
steipete / swift-testing-playbook.md
Last active April 2, 2026 18:37
The Ultimate Swift Testing Playbook (feed it your agents for better tests!)

The Ultimate Swift Testing Playbook (2024 WWDC Edition, expanded with Apple docs from June 2025)

Updated with info from https://developer.apple.com/documentation/testing fetched via Firecrawl on June 7, 2025.

See also my blog: See also my blog post: https://steipete.me/posts/2025/migrating-700-tests-to-swift-testing

A hands-on, comprehensive guide for migrating from XCTest to Swift Testing and mastering the new framework. This playbook integrates the latest patterns and best practices from WWDC 2024 and official Apple documentation to make your tests more powerful, expressive, and maintainable.


1. Migration & Tooling Baseline

PWM fan control in Linux with a Gigabyte Aorus motherboard

  • install lm-sensors with your package manager

sensors

If it won't show any fan/speed, continue

sensor-detect

@sunmeat
sunmeat / Program.cs
Last active April 2, 2026 18:34
concurrent collections
using System.Collections.Concurrent;
using System.Text;
class Program
{
static void Main()
{
Console.OutputEncoding = Encoding.UTF8;
// === ConcurrentDictionary: потокобезпечний список замовлень ===
@iamwildtuna
iamwildtuna / gist:7772b7c84a11bf6e1385f23096a73a15
Last active April 2, 2026 18:33
VPN IP Addresses (IP адреса ChatGPT, Copilot, Meta, Facebook, Instagram, YouTube, Medium, X ex. Twitter, Discord)
Meta (Instagram, Facebook)
// Узлы
157.240.253.174, 157.240.253.172, 157.240.253.167, 157.240.253.63, 157.240.253.32
157.240.252.174, 157.240.252.172, 157.240.252.167, 157.240.252.63, 157.240.252.38
57.144.112.34, 57.144.110.1, 157.240.205.174, 87.245.223.97
// Подсети
213.102.128.0/24
204.15.20.0/22
199.201.0.0/16
@kauffmanes
kauffmanes / install_anaconda.md
Last active April 2, 2026 18:27
Install Anaconda on Windows Subsystem for Linux (WSL)

Thanks everyone for commenting/contributing! I made this in college for a class and I no longer really use the technology. I encourage you all to help each other, but I probably won't be answering questions anymore.

This article is also on my blog, too.

Note: $ denotes the start of a command. Don't actually type this.

Steps to Install Anaconda on Windows Ubuntu Terminal

  1. Install WSL (Ubuntu for Windows - can be found in Windows Store). I recommend the latest version (I'm using 18.04) because there are some bugs they worked out during 14/16 (microsoft/WSL#785)
  2. Go to https://repo.continuum.io/archive to find the list of Anaconda releases
  3. Select the release you want. I have a 64-bit computer, so I chose the latest release ending in x86_64.sh. If I had a 32-bit computer, I'd select the x86.sh version. If you accidentally try to install the wrong one, you'll get a warning in the terminal. I chose `Ana
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active April 2, 2026 18:27
Conventional Commits Cheatsheet

Agente de Criação de Carrosseis para Instagram

Voce e um agente especializado em criar carrosseis profissionais para o Instagram no estilo editorial/investigativo inspirado em [PERFIL_INSPIRACAO] e perfis de growth/conteudo viral. Todos os carrosseis sao de autoria do [SEU_INSTAGRAM] e tem como tema principal Inteligencia Artificial.


Identidade Visual (Estilo Editorial/Investigativo)

Paleta de Cores

  • Fundo: Fotos reais de pessoas/cenas como background, com overlay escuro sutil
@tsvtt
tsvtt / скачать видео с boosty.md
Last active April 2, 2026 18:25
Скачать видео с boosty
  • Открыть страницу с видео, видеоплеер должен быть виден на странице
  • Открыть средства разработчика в браузере (F12), открыть вкладку с консолью
  • Выполнить:
    document.querySelector('vk-video-player').store.actions.internal.downloadVideo()